home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Exchange
/
CD Exchange - Volume 1.iso
/
utils
/
misc
/
ace
/
ace-2.0.lha
/
PRGS.lha
/
Turtle
/
torus.b
< prev
next >
Wrap
Text File
|
1994-01-18
|
205b
|
24 lines
'..Torus
defint a-z
screen 1,640,200,1,2
penup
setxy 280,110
pendown
for i=1 to 36
for j=1 to 72
forward 5
turnright 5
next
forward 3
turnright 10
next
while inkey$=""
wend
screen close 1